home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Singing Fun! / Sunday Savers: Singing Fun!.iso / mac / Xtras / Buddy API 1.6 / Buddy API Docs.swf / texts / 1736.txt < prev    next >
Encoding:
Text File  |  2004-08-31  |  1.7 KB  |  79 lines

  1. 197
  2. --- RECORDSEPARATOR ---
  3.  
  4. --- RECORDSEPARATOR ---
  5. GetRegistration 
  6. --- RECORDSEPARATOR ---
  7. Platform:
  8. --- RECORDSEPARATOR ---
  9.  
  10. --- RECORDSEPARATOR ---
  11. Windows
  12. --- RECORDSEPARATOR ---
  13.  
  14. --- RECORDSEPARATOR ---
  15. Description:
  16. --- RECORDSEPARATOR ---
  17.  
  18. --- RECORDSEPARATOR ---
  19. baGetRegistration retrieves your Buddy API registration information
  20. --- RECORDSEPARATOR ---
  21.  
  22. --- RECORDSEPARATOR ---
  23. Usage:
  24. --- RECORDSEPARATOR ---
  25.  
  26. --- RECORDSEPARATOR ---
  27. Result = baGetRegistration( )
  28. --- RECORDSEPARATOR ---
  29.  
  30. --- RECORDSEPARATOR ---
  31. Arguments:
  32. --- RECORDSEPARATOR ---
  33.  
  34. --- RECORDSEPARATOR ---
  35. Void.
  36. --- RECORDSEPARATOR ---
  37.  
  38. --- RECORDSEPARATOR ---
  39. Returns:
  40. --- RECORDSEPARATOR ---
  41.  
  42. --- RECORDSEPARATOR ---
  43. String. 
  44. --- RECORDSEPARATOR ---
  45. Returns your registration information.
  46. --- RECORDSEPARATOR ---
  47.  
  48. --- RECORDSEPARATOR ---
  49. Examples:
  50. --- RECORDSEPARATOR ---
  51.  
  52. --- RECORDSEPARATOR ---
  53. Director: 
  54. --- RECORDSEPARATOR ---
  55. set regstring = baGetRegistration( ) 
  56. --- RECORDSEPARATOR ---
  57. Authorware: 
  58. --- RECORDSEPARATOR ---
  59. regstring := baGetRegistration( )
  60. --- RECORDSEPARATOR ---
  61.  
  62. --- RECORDSEPARATOR ---
  63. Notes:
  64. --- RECORDSEPARATOR ---
  65.  
  66. --- RECORDSEPARATOR ---
  67. This function is designed to be used with the baSaveRegistration function to make 
  68. --- RECORDSEPARATOR ---
  69. it easier for you to enter your registration code. The function also places the 
  70. --- RECORDSEPARATOR ---
  71. registration information on the clipboard ready to be pasted into the desired 
  72. --- RECORDSEPARATOR ---
  73. handler or calculation icon. In Director, you can use the Message window to get the 
  74. --- RECORDSEPARATOR ---
  75. information. 
  76. --- RECORDSEPARATOR ---
  77. The function is only available in authoring mode. 
  78. --- RECORDSEPARATOR ---
  79. This function is not included in the UCD version.